Einhugur Xml Plugin for Xojo

Node.AppendCopy Method

Copies the specified attribute to become a attribute of this node by appending it.

AppendCopy(
   copied as EinhugurXml.Attribute) as EinhugurXml.Attribute

Parameters

copied
The attribute to be copied.

Returns

EinhugurXml.Attribute
Returns copied attribute, or empty attribute on error.

Remarks

See Also

Node Class